翻訳と辞書 |
Fixed float In computing, fixed float describes a method of representing real numbers in a way that number and decimal point value is stored at different location or bytes in a memory allocated to variable unlike floating point. In a typical 4 byte (on little endian platform) fixed float number lower(lsb) 2 bytes are used to store the decimal part of the number just like integer value. While upper 2 bytes are used to store the part of number before the decimal point. Floating point numbers are, in general, represented approximately to a fixed number of significant digits and scaled using an exponent. The base for the scaling is normally 2, 10 or 16. The typical number that can be represented exactly is of the form: :''Significant digits'' × ''base''''exponent'' ==Overview== Above method of representing the floating point numbers is complex method of representing the floating point numbers, but with it we can represent wide range of floating points numbers by this method. As well as it is convenient to manipulate the floating point numbers by this method. It is difficult for a human being to convert floating point (real numbers in mathematical language) number into the format in which they are stored into the memory. As well as it is difficult to convert back floating point, looking its hex or binary value, into the real number. Due to the conversion problem fixed floating point numbers are used. Fixed floating point numbers could be easily converted by the human into its memory representation and from memory representation into the actual number.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Fixed float」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|